home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 272 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.3 KB  |  40 lines

  1. Newsgroups: comp.lang.c++
  2. Path: cs.vu.nl!jalten
  3. From: jalten@cs.vu.nl (Alten JP)
  4. Subject: Re: [Q]Borland C++ Command-Line Compile
  5. Nntp-Posting-Host: kits.cs.vu.nl
  6. References: <4bkuc7$1ji@nuscc.nus.sg>
  7. Sender: news@cs.vu.nl
  8. Organization: Fac. Wiskunde & Informatica, VU, Amsterdam
  9. Date: Wed, 3 Jan 1996 13:58:53 GMT
  10. X-Newsreader: TIN [version 1.2 PL2]
  11. Message-ID: <DKLyu6.ApF.0.-s@cs.vu.nl>
  12.  
  13. Benedict CHNG (chngchi1@iscs.nus.sg) wrote:
  14. : After creating an application using the AppExpert in Borland C++ 4.5, I 
  15. : compile my program using Build All but it takes more than 20 minutes on 
  16. : my machine! I think all this is due to extensive swappings to my harddisk.
  17.  
  18. : So I've decided to use the command-line compiler BCC.EXE but how do I do 
  19. : it - I mean what are all the parameters that I'll have to key in?
  20.  
  21. Create a makefile: Select Project|Create Makefile from the menu (
  22. or something similar)
  23.  
  24. : Also, how come the generated code is so big (almost 1.5 Megs in size)?
  25.  
  26. You're probably including debug information. Check the project options
  27. for the compiler and the linker.
  28.  
  29. : Ben
  30.  
  31. Have fun, or email me.
  32.  
  33. Jelle Paul
  34.  
  35. --
  36. +-------------------------------------------------------+
  37. | Jelle Paul Alten                |   jalten@cs.vu.nl   |
  38. | Vrije Universiteit Amsterdam    |                     |
  39. +-------------------------------------------------------+
  40.